home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / HTTrack 3.40-2 / httrack-3.40-2.exe / {app} / src_win / WinHTTrack / InfoUrl.h < prev    next >
C/C++ Source or Header  |  2001-07-09  |  2KB  |  61 lines

  1. #if !defined(AFX_INFOURL_H__FF725966_B6BB_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  2. #define AFX_INFOURL_H__FF725966_B6BB_11D3_A2B3_0000E84E7CA1__INCLUDED_
  3.  
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // InfoUrl.h : header file
  8. //
  9.  
  10. extern int termine;
  11. extern void* StatsBufferback;
  12. //extern lien_back* back;
  13. extern int StatsBufferback_max;
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CInfoUrl dialog
  17.  
  18. class CInfoUrl : public CDialog
  19. {
  20. // Construction
  21. public:
  22.     CInfoUrl(CWnd* pParent = NULL);   // standard constructor
  23.   int id;
  24. // Dialog Data
  25.     //{{AFX_DATA(CInfoUrl)
  26.     enum { IDD = IDD_InfoUrl };
  27.     CComboBox    m_ctl_backlist;
  28.     CProgressCtrl    m_slider;
  29.     //}}AFX_DATA
  30.  
  31.  
  32. // Overrides
  33.     // ClassWizard generated virtual function overrides
  34.     //{{AFX_VIRTUAL(CInfoUrl)
  35.     protected:
  36.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37.     //}}AFX_VIRTUAL
  38.  
  39. // Implementation
  40. protected:
  41.   UINT timer;
  42.   void StartTimer();
  43.   void StopTimer();
  44.  
  45.     // Generated message map functions
  46.     //{{AFX_MSG(CInfoUrl)
  47.     virtual BOOL OnInitDialog();
  48.     afx_msg void OnTimer(UINT nIDEvent);
  49.     afx_msg void OnClose();
  50.     afx_msg void OnFreeze();
  51.     afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  52.     afx_msg void OnSelchangebacklist();
  53.     //}}AFX_MSG
  54.     DECLARE_MESSAGE_MAP()
  55. };
  56.  
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59.  
  60. #endif // !defined(AFX_INFOURL_H__FF725966_B6BB_11D3_A2B3_0000E84E7CA1__INCLUDED_)
  61.